home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.4 Applications 1997 August / SGI IRIX 6.4 Applications 1997 August.iso / dist / gateway.idb / usr / WebFace / Source / 40-Webservers / netscape / ns-httpd-marketing.cgi.z / ns-httpd-marketing.cgi
Encoding:
Text File  |  1997-07-30  |  1.2 KB  |  31 lines

  1. #!/usr/bin/perl5
  2.  
  3. print <<EndOfFile;
  4. Content-type: text/html
  5.  
  6. <HTML VERSION="2.0">
  7. <HEAD>
  8. </HEAD>
  9. <BODY>
  10. <CENTER><H1 ALIGN="CENTER">Netscape Communications Server</H1></CENTER>
  11. <P> Netscape Communications Server is pre-installed on all WebFORCE
  12. authoring/serving and dedicated serving systems, and is the ideal server for
  13. the delivery of on-line marketing materials, customer support information, or
  14. communication among employees.  Netscape programs are designed to scale,
  15. serving the needs of the fast-growing Internet. Because it includes a
  16. redesigned, more efficient process model, The Communications Server provides
  17. better performance and increases the value of your investment in hardware and
  18. communications infrastructure. Netscape Communications Server provides HTTP/1.0
  19. access authorization, enabling easy set-up of password access to specified
  20. documents. However, it does not support the Commerce Server's advanced security
  21. features.
  22.  </P>
  23. <P>For additional information, please refer to the <A HREF="http://www.netscape.com">Netscape Web Site</A> or the <A HREF="http://www.sgi.com/Products/WebFORCE/">
  24. WebFORCE Site.</A> For local SGI offices,<A HREF="http://www.sgi.com/Sales/">
  25. click here.</A></P>
  26. <P></P>
  27. </BODY>
  28. </HTML>
  29. EndOfFile
  30.  
  31.